Create a folder for your project to reside in, and open a terminal inside that folder.
You can then use npm
to install HaSeul.
npm install --save haseul
You can then create a JavaScript file and import HaSeul into your project.
const HaSeul = require('haseul').default;
If you are using ES6 style imports, you can instead import like this:
import HaSeul from 'haseul';
Generated using TypeDoc